home *** CD-ROM | disk | FTP | other *** search
- .k ""
- .bra {
- .ket }
-
-
-
-
- ; *** If you can read this text, it means that the ***
- ; *** Script DataType is not being used. ***
- ; *** ***
- ; *** Please double-click on "Test_1" to verify ***
- ; *** that either MultiView or AmigaGuide are ***
- ; *** installed in a standard location. ***
-
-
-
-
- If EXISTS SYS:Utilities/MultiView
- Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: Test_2.guide
- Else
- Which >NIL: MultiView
- If WARN
- If EXISTS SYS:Utilities/AmigaGuide
- Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: Test_2.guide
- Else
- Echo "Neither MultiView nor AmigaGuide could be found."
- EndIf
- Else
- Run >NIL: <NIL: MultiView >NIL: <NIL: Test_2.guide
- EndIf
- EndIf
-